hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
DebugMutex
hip
concurrency
mutex
Undocumented in source.
class
DebugMutex
class
DebugMutex
static if
(!(
HipConcurrency
))
class
DebugMutex {
this
(ulong id);
void
lock
();
void
unlock
();
}
Constructors
this
this
(ulong id)
Undocumented in source.
Members
Functions
lock
void
lock
()
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void
unlock
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
concurrency
mutex
classes
DebugMutex